input.error,
select.error {
    background: #ffdddd!important;
}

.fontSize16{
  font-size: 16px!important;
}

.radiobtn,
.checkbox{
  display: inline;
  opacity: 0;
  width: 0;
}
.errorMsg.w-100{
  width: 100%;
  padding-left: 370px;
}

.error_master {
  margin-top: 5px;
  color: #e92e2e;
  font-size: 1.6rem;
}

.error_master label {
  font-size: 1.6rem;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

@media only screen and (max-width: 767px){
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }
  .errorMsg.w-100{
    padding-left: 0;
  }
}

#validate-fixed {
  position: fixed;
  width: 50%;
  height: 0px;
  top: 28px;
  left: 50%;
  z-index: 1002;
}

@media only screen and (max-width: 767px){
  #validate-fixed {
    display: none!important;
  }
}

#validate-num {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 374px;
  width: 126px;
  height: 116px;
  /*background-image: url("https://img07.en25.com/EloquaImages/clients/CYBERUNIVERSITYINC/%7B8a2c129c-6b6f-4c2c-af0d-37ab6d35be9a%7D_posform_navbg.png");
  background-repeat: no-repeat;*/
  background: #F5C427;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  z-index: 1003;
  background-position: left top;
  padding: 25px 20px;
  box-sizing: content-box;
}

#validate-num div {
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #d94700;
}

#validate-num label {
  font-size: 36px;
}

#validate-num span {
  color: #d94700;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#validate-num p {
  text-align: center;
  margin: 0;
  padding: 0 5px;
  -moz-user-select: none;
  -webkit-user-select: none;
}



@media only screen and (min-width: 768px){
  #documentRequest .inputTtl {
      -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
      min-width: 300px;
  }
}

@media only screen and (min-width: 992px){
  #documentRequest .inputTtl {
      -ms-flex-preferred-size: 370px;
      flex-basis: 370px;
      min-width: 370px;
  }
}

@media only screen and (min-width: 1200px){
  .formBlock .inputTtl {
      width: 370px;
  }
}

@media only screen and (min-width: 768px){
  #documentRequest .inputTtl2 {
      -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
      min-width: 280px;
  }
}

@media only screen and (min-width: 992px){
  #documentRequest .inputTtl2 {
      -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
      min-width: 280px;
  }
}

@media only screen and (min-width: 1200px){
  .formBlock .inputTtl2 {
      width: 305px;
  }
}

@media only screen and (min-width: 768px){
  #documentRequest .inputData {
      -ms-flex-preferred-size: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
      min-width: calc(100% - 300px);
  }
}

@media only screen and (min-width: 992px){
  #documentRequest .inputData {
      -ms-flex-preferred-size: calc(100% - 370px);
      flex-basis: calc(100% - 370px);
      min-width: calc(100% - 370px);
  }
}

@media only screen and (min-width: 1200px){
  .formBlock .inputData {
      width: calc(100% - 370px);
  }
}

@media only screen and (min-width: 768px){
  #documentRequest .inputBox {
      border-bottom: 1px solid #DDD;
  }
}
#documentRequest .inputBox {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDD;
}

.ex_paragraph2{
  margin-top: 10px;
}

.formBlock .inputBox {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}